Compiling Pog Scripts into Packages


Pog scripts are compiled into packages using the Pog Compiler. The compiler is a command line program that tokenises the Pog scripts and outputs a binary package file.

During the compilation process the Pog compiler checks the script for syntax other errors, and will only output a binary package if no errors are found.

See the Pog Compiler section for details of how to install and use the Pog compiler.

Introduction